1 00:00:00,580 --> 00:00:04,860 All right, so now let's implement a battle royale into our zombie game. 2 00:00:04,870 --> 00:00:07,240 I made it here in this blank world. 3 00:00:07,240 --> 00:00:12,610 Basically, what we're going to do, someone is going to initiate the battle by pressing this button. 4 00:00:13,710 --> 00:00:17,560 And then anybody who wants to accept it, accept it. 5 00:00:17,580 --> 00:00:20,320 You'll get teleported to another server here. 6 00:00:20,340 --> 00:00:23,280 I'm grabbing my phone right now because that's my alt there. 7 00:00:23,610 --> 00:00:24,410 There we go. 8 00:00:24,420 --> 00:00:25,930 Both people accepted it. 9 00:00:25,950 --> 00:00:27,810 We should get teleported. 10 00:00:28,770 --> 00:00:32,580 We're going to fight to the to The last person is standing. 11 00:00:32,580 --> 00:00:33,480 They'll win. 12 00:00:33,480 --> 00:00:35,310 They'll get 200 points. 13 00:00:35,310 --> 00:00:37,920 Both people will be teleported back. 14 00:00:38,460 --> 00:00:42,870 And I have my pistol all cranked up to 100, 100 points. 15 00:00:42,870 --> 00:00:43,800 Damage. 16 00:00:44,040 --> 00:00:44,820 Boom! 17 00:00:44,820 --> 00:00:45,870 He's dead. 18 00:00:45,870 --> 00:00:47,040 I got to kill. 19 00:00:48,540 --> 00:00:49,170 Syntax. 20 00:00:49,200 --> 00:00:49,740 Syntax. 21 00:00:49,740 --> 00:00:51,480 Nitro won the match. 22 00:00:51,510 --> 00:00:53,400 I'll be teleported back. 23 00:00:54,550 --> 00:00:56,050 And this is a private server. 24 00:00:56,050 --> 00:00:59,560 So once we start the game, nobody else can go. 25 00:00:59,560 --> 00:01:04,590 And once we do the accept and then get teleported, I thought that would be pretty handy. 26 00:01:04,600 --> 00:01:06,370 Let's go ahead and get started.